@import url("./nav.css");
@import url("./footer.css");

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

.topper {

    height: max-content;
    width: 100%;
    /* border: 1px solid black; */
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    background-color: #47474717;
    margin-bottom: 5px;
    box-shadow: 1px 1px 10px 1px gray;
    padding: 10px;


}

.topper table {
    display: table;
    width: 80%;
    height: max-content;
    text-align: center;
    margin: auto;
    border-collapse: collapse;
    font-weight: 700;
}

/* .topper table tr{
    padding: 30px;
} */

.topper table tr:nth-child(1) {
    background-color: #002147;
    color: white
}

.cls {
    height: 35px;
    font-weight: bold;
    font-size: 23px;
    color:#002147;
}